home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01492.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  428 b   |  16 lines

  1. on msstime t1, t2
  2.   set the movieTime of sprite 32 to t1 * 60
  3.   set the startTime of sprite 32 to t1 * 60
  4.   set the stopTime of sprite 32 to t2 * 60
  5. end
  6.  
  7. on getset
  8.   set setcnt to setcnt + 1
  9.   set entliststr to getAt(mvtlist, setcnt)
  10.   set icastnumstr to chars(entliststr, 1, 3)
  11.   set castm01 to value(icastnumstr)
  12.   set isndfnumstr to chars(entliststr, 5, 7)
  13.   set msndflg01 to value(isndfnumstr)
  14.   set sndflg to msndflg01
  15. end
  16.